Make the m in BmMT small-caps in uppercase alert headers#78
Closed
devin-ai-integration[bot] wants to merge 2 commits intomainfrom
Closed
Make the m in BmMT small-caps in uppercase alert headers#78devin-ai-integration[bot] wants to merge 2 commits intomainfrom
devin-ai-integration[bot] wants to merge 2 commits intomainfrom
Conversation
- Revert alert headers back to uppercase - Add small-caps styling to BmMT in nav links and event cards - Update nav_link/mobile_nav_link macros to support safe HTML labels - Add bmmt shortcode for use in markdown content Co-Authored-By: Oliver Ni <oliver.ni@gmail.com>
Contributor
Author
🤖 Devin AI EngineerI'll be helping with this pull request! Here's what you should know: ✅ I will automatically:
Note: I can only respond to comments from users who have write access to this repository. ⚙️ Control Options:
|
- Revert nav link, event card, and macro changes - Remove standalone bmmt shortcode - In alert shortcode, replace 'BmMT' in title with a span that overrides text-transform:none and applies font-variant:small-caps so the 'm' renders as a small capital within the uppercase header Co-Authored-By: Oliver Ni <oliver.ni@gmail.com>
Contributor
Author
|
Closing — user decided to drop the small-caps change. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
In the alert shortcode's uppercase header, "BmMT" was rendering as "BMMT" (all same-size capitals). This change makes the "m" render as a small capital instead, by replacing "BmMT" in the alert title with a span that overrides
text-transform: noneand appliesfont-variant: small-caps.Only the alert shortcode (
templates/shortcodes/alert.html) is modified — nav links, event cards, and macros are unchanged.Review & Testing Checklist for Human
Notes
Uses Tailwind arbitrary property syntax:
[text-transform:none]and[font-variant:small-caps]on the BmMT span within the uppercase<p>tag.Link to Devin session: https://app.devin.ai/sessions/0e2e236fa211468c9f8a47903a3c75cd
Requested by: @oliver-ni